synchronizing code meaning in English
同步电码
同步化代码
Examples
- The synchronizing code must perform operations on the
的同步版本。同步代码必须在 - Synchronized code regions
同步代码区域。 - Synchronized code regions
同步代码区域 - In other words , code in other threads cannot run until code in the synchronized code block has finished
换言之,其他线程中的代码必须等到同步代码块中的代码运行结束后才能运行。 - Try to put access to such resources in a separate thread , preferably outside any synchronized code
尽量将对这类资源的访问放在一个单独的线程中,最好在任何synchronized代码之外。